Skip to content

fix(config): align template config.json with DEFAULT_CONFIG#184

Merged
maystudios merged 1 commit intomainfrom
worktree-agent-adfeedc7
Mar 25, 2026
Merged

fix(config): align template config.json with DEFAULT_CONFIG#184
maystudios merged 1 commit intomainfrom
worktree-agent-adfeedc7

Conversation

@maystudios
Copy link
Copy Markdown
Owner

Summary

  • Updated verification gate values in templates/templates/config.json to match the VerificationGate enum (tests_pass, build_succeeds, lint_clean, spec_compliance, code_review)
  • Changed version to 0.0.0-dev placeholder (inject-version.cjs stamps the real version at build time)
  • Added missing workflow section (research, plan_checker, verifier, auto_advance)
  • Added missing git section (branching_strategy: "phase")

Test plan

  • All 540 unit tests pass (npm test)
  • Build succeeds and inject-version.cjs correctly stamps version into config.json
  • Config.json now matches DEFAULT_CONFIG in packages/cli/src/core/types.ts

🤖 Generated with Claude Code

…es and sections

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 25, 2026 17:24
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the template config.json so newly installed projects get a config shape/values consistent with the CLI’s MaxsimConfig/DEFAULT_CONFIG definitions.

Changes:

  • Aligns execution.verification.gates string values with the VerificationGate constants (tests_pass, build_succeeds, etc.).
  • Sets template version to a 0.0.0-dev placeholder intended to be stamped during build.
  • Adds missing top-level workflow and git sections to match the typed default config.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@maystudios maystudios merged commit 99f622e into main Mar 25, 2026
5 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 5.13.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants